home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product5 / dictionarysearch-0.9.2-fx+tb.xpi / install.rdf < prev   
Extensible Markup Language  |  2005-04-18  |  3KB  |  62 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>{a0faa0a4-f1a7-4098-9a74-21efc3a92372}</em:id>
  8.     <em:version>0.9.2</em:version>
  9.     
  10.     <!-- Target Application this extension can install into, 
  11.         with minimum and maximum supported versions. --> 
  12.     <!-- Firefox -->
  13.     <em:targetApplication>
  14.      <Description>
  15.        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  16.        <em:minVersion>0.7</em:minVersion>
  17.        <em:maxVersion>1.0</em:maxVersion>
  18.      </Description>
  19.     </em:targetApplication>
  20.     <!-- Thunderbird -->
  21.     <em:targetApplication>
  22.      <Description>
  23.        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  24.        <em:minVersion>0.7</em:minVersion>
  25.        <em:maxVersion>1.0</em:maxVersion>
  26.      </Description>
  27.     </em:targetApplication>
  28.  
  29.     
  30.     <!-- Front End MetaData -->
  31.     <em:name>DictionarySearch</em:name>
  32.     <em:description>Looks up selected word in an online dictionary</em:description>
  33.     <em:creator>Jaap Haitsma</em:creator>
  34.     <em:homepageURL>http://dictionarysearch.mozdev.org/</em:homepageURL>
  35.  
  36.     <!-- Front End Integration Hooks (used by Extension Manager)-->
  37.     <em:optionsURL>chrome://dictionarysearch/content/dictionarysearchPrefDialog.xul</em:optionsURL>    
  38.     <em:iconURL>chrome://dictionarysearch/skin/dictionarysearch.png</em:iconURL>
  39.     <!-- Packages, Skins and Locales that this extension registers -->
  40.     <em:file>
  41.       <Description about="urn:mozilla:extension:file:dictionarysearch.jar">
  42.         <em:package>content/dictionarysearch/</em:package>
  43.         <em:skin>skin/classic/dictionarysearch/</em:skin>
  44.         <em:locale>locale/en-US/dictionarysearch/</em:locale>
  45.         <em:locale>locale/fr-FR/dictionarysearch/</em:locale>
  46.         <em:locale>locale/de-DE/dictionarysearch/</em:locale>
  47.         <em:locale>locale/pl-PL/dictionarysearch/</em:locale>
  48.         <em:locale>locale/it-IT/dictionarysearch/</em:locale>
  49.         <em:locale>locale/pt-BR/dictionarysearch/</em:locale>
  50.         <em:locale>locale/nb-NO/dictionarysearch/</em:locale>
  51.         <em:locale>locale/nl-NL/dictionarysearch/</em:locale>
  52.         <em:locale>locale/ca-AD/dictionarysearch/</em:locale>
  53.         <em:locale>locale/es-ES/dictionarysearch/</em:locale>
  54.         <em:locale>locale/he-IL/dictionarysearch/</em:locale>
  55.         <em:locale>locale/fi-FI/dictionarysearch/</em:locale>
  56.         <em:locale>locale/cs-CZ/dictionarysearch/</em:locale>
  57.         <em:locale>locale/sl-SI/dictionarysearch/</em:locale>
  58.       </Description>
  59.     </em:file>
  60.   </Description>      
  61. </RDF>
  62.